home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / perl / perl5a1.lha / perl5alpha1 / INTERN.h < prev    next >
Text File  |  1992-08-20  |  573b  |  27 lines

  1. /* $RCSfile: INTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 17:18:04 $
  2.  *
  3.  *    Copyright (c) 1991, Larry Wall
  4.  *
  5.  *    You may distribute under the terms of either the GNU General Public
  6.  *    License or the Artistic License, as specified in the README file.
  7.  *
  8.  * $Log:    INTERN.h,v $
  9.  * Revision 4.1  92/08/07  17:18:04  lwall
  10.  * Stage 6 Snapshot
  11.  * 
  12.  * Revision 4.0.1.1  91/06/07  10:10:42  lwall
  13.  * patch4: new copyright notice
  14.  * 
  15.  * Revision 4.0  91/03/20  00:58:35  lwall
  16.  * 4.0 baseline.
  17.  * 
  18.  */
  19.  
  20. #undef EXT
  21. #define EXT
  22.  
  23. #undef INIT
  24. #define INIT(x) = x
  25.  
  26. #define DOINIT
  27.